home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / comm / www / MetalWEB.lha / metalweb 2.1 / rexx / Voyager.rexx < prev   
Encoding:
OS/2 REXX Batch file  |  1998-07-16  |  208 b   |  16 lines

  1. /*
  2. ** This script shows how to obtain a list
  3. ** of an applications ARexx commands.
  4. */
  5.  
  6. options results
  7. address 'METALWEB.1'
  8.  
  9. SAVE_ALLPATH 'ram:temp.html'
  10.  
  11. address 'VOYAGER'
  12.  
  13. OpenURL 'file:///ram:tmp.html' 
  14.  
  15.  
  16.